home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 14 / CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso / CUCD / Programming / SAS-C / sc655pch / guiprof / SMbarpr.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-01-26  |  334 b   |  21 lines

  1. /* support: walker */
  2.  
  3. struct VBGadImage
  4. {
  5.    struct Gadget gadget;
  6.    struct Image  image;
  7.    struct Image  image2;
  8.    SHORT         gadgetID;
  9.    short  freeimage;
  10. };
  11.  
  12. struct VBar
  13. {
  14.    struct Window *window;
  15.    struct PropInfo propinfo;
  16.    struct VBGadImage g;
  17.    struct VBGadImage ta;
  18.    struct VBGadImage ba;
  19. };
  20.  
  21. #include "SMbar.h"